home *** CD-ROM | disk | FTP | other *** search
/ boe.pres.k12.wv.us / boe.pres.k12.wv.us.zip / boe.pres.k12.wv.us / Utilities / netsetman.exe / {app} / NetSetMan.exe / 0 / RCDATA / TACTIVATINGFORM / TACTIVATINGFORM.txt
Text File  |  2009-01-22  |  8KB  |  407 lines

  1. object activatingform: Tactivatingform
  2.   Left = 206
  3.   Top = 453
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Please wait ...'
  6.   ClientHeight = 566
  7.   ClientWidth = 344
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = TntFormClose
  18.   OnCreate = TntFormCreate
  19.   OnShow = FormShow
  20.   DesignSize = (
  21.     344
  22.     566)
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object lblWait: TTntLabel
  26.     Left = 8
  27.     Top = 14
  28.     Width = 327
  29.     Height = 13
  30.     Alignment = taCenter
  31.     Anchors = [akLeft, akTop, akRight]
  32.     AutoSize = False
  33.     Caption = 'Applying new settings ...'
  34.     Font.Charset = DEFAULT_CHARSET
  35.     Font.Color = clWindowText
  36.     Font.Height = -11
  37.     Font.Name = 'Tahoma'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.     ExplicitWidth = 265
  41.   end
  42.   object lblIP: TTntLabel
  43.     Left = 11
  44.     Top = 40
  45.     Width = 160
  46.     Height = 13
  47.     Alignment = taRightJustify
  48.     AutoSize = False
  49.     Caption = 'IP + Subnetmask'
  50.   end
  51.   object lblGateway: TTntLabel
  52.     Left = 11
  53.     Top = 56
  54.     Width = 160
  55.     Height = 13
  56.     Alignment = taRightJustify
  57.     AutoSize = False
  58.     Caption = 'Gateway'
  59.   end
  60.   object lblDNS: TTntLabel
  61.     Left = 11
  62.     Top = 72
  63.     Width = 160
  64.     Height = 13
  65.     Alignment = taRightJustify
  66.     AutoSize = False
  67.     Caption = 'DNS Server'
  68.   end
  69.   object lblComputername: TTntLabel
  70.     Left = 11
  71.     Top = 119
  72.     Width = 160
  73.     Height = 13
  74.     Alignment = taRightJustify
  75.     AutoSize = False
  76.     Caption = 'Computer Name'
  77.   end
  78.   object lblWorkgroup: TTntLabel
  79.     Left = 11
  80.     Top = 135
  81.     Width = 160
  82.     Height = 13
  83.     Alignment = taRightJustify
  84.     AutoSize = False
  85.     Caption = 'Workgroup'
  86.   end
  87.   object lblIPResult: TTntLabel
  88.     Left = 175
  89.     Top = 40
  90.     Width = 160
  91.     Height = 13
  92.     AutoSize = False
  93.     Caption = '-'
  94.     Font.Charset = DEFAULT_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -11
  97.     Font.Name = 'Tahoma'
  98.     Font.Style = [fsBold]
  99.     ParentFont = False
  100.   end
  101.   object lblGatewayResult: TTntLabel
  102.     Left = 175
  103.     Top = 56
  104.     Width = 160
  105.     Height = 13
  106.     AutoSize = False
  107.     Caption = '-'
  108.     Font.Charset = DEFAULT_CHARSET
  109.     Font.Color = clWindowText
  110.     Font.Height = -11
  111.     Font.Name = 'Tahoma'
  112.     Font.Style = [fsBold]
  113.     ParentFont = False
  114.   end
  115.   object lblDNSResult: TTntLabel
  116.     Left = 175
  117.     Top = 72
  118.     Width = 160
  119.     Height = 13
  120.     AutoSize = False
  121.     Caption = '-'
  122.     Font.Charset = DEFAULT_CHARSET
  123.     Font.Color = clWindowText
  124.     Font.Height = -11
  125.     Font.Name = 'Tahoma'
  126.     Font.Style = [fsBold]
  127.     ParentFont = False
  128.   end
  129.   object lblComputernameResult: TTntLabel
  130.     Left = 175
  131.     Top = 119
  132.     Width = 160
  133.     Height = 13
  134.     AutoSize = False
  135.     Caption = '-'
  136.     Font.Charset = DEFAULT_CHARSET
  137.     Font.Color = clWindowText
  138.     Font.Height = -11
  139.     Font.Name = 'Tahoma'
  140.     Font.Style = [fsBold]
  141.     ParentFont = False
  142.   end
  143.   object lblWorkgroupResult: TTntLabel
  144.     Left = 175
  145.     Top = 135
  146.     Width = 160
  147.     Height = 13
  148.     AutoSize = False
  149.     Caption = '-'
  150.     Font.Charset = DEFAULT_CHARSET
  151.     Font.Color = clWindowText
  152.     Font.Height = -11
  153.     Font.Name = 'Tahoma'
  154.     Font.Style = [fsBold]
  155.     ParentFont = False
  156.   end
  157.   object lblDNSDomain: TTntLabel
  158.     Left = 11
  159.     Top = 151
  160.     Width = 160
  161.     Height = 13
  162.     Alignment = taRightJustify
  163.     AutoSize = False
  164.     Caption = 'DNS Domain'
  165.   end
  166.   object lblDNSDomainResult: TTntLabel
  167.     Left = 175
  168.     Top = 151
  169.     Width = 160
  170.     Height = 13
  171.     AutoSize = False
  172.     Caption = '-'
  173.     Font.Charset = DEFAULT_CHARSET
  174.     Font.Color = clWindowText
  175.     Font.Height = -11
  176.     Font.Name = 'Tahoma'
  177.     Font.Style = [fsBold]
  178.     ParentFont = False
  179.   end
  180.   object lblWINS: TTntLabel
  181.     Left = 11
  182.     Top = 88
  183.     Width = 160
  184.     Height = 13
  185.     Alignment = taRightJustify
  186.     AutoSize = False
  187.     Caption = 'WINS'
  188.   end
  189.   object lblWINSResult: TTntLabel
  190.     Left = 175
  191.     Top = 88
  192.     Width = 160
  193.     Height = 13
  194.     AutoSize = False
  195.     Caption = '-'
  196.     Font.Charset = DEFAULT_CHARSET
  197.     Font.Color = clWindowText
  198.     Font.Height = -11
  199.     Font.Name = 'Tahoma'
  200.     Font.Style = [fsBold]
  201.     ParentFont = False
  202.   end
  203.   object lblBrowser: TTntLabel
  204.     Left = 11
  205.     Top = 247
  206.     Width = 160
  207.     Height = 13
  208.     Alignment = taRightJustify
  209.     AutoSize = False
  210.     Caption = 'Browser'
  211.   end
  212.   object lblBrowserResult: TTntLabel
  213.     Left = 175
  214.     Top = 247
  215.     Width = 160
  216.     Height = 13
  217.     AutoSize = False
  218.     Caption = '-'
  219.     Font.Charset = DEFAULT_CHARSET
  220.     Font.Color = clWindowText
  221.     Font.Height = -11
  222.     Font.Name = 'Tahoma'
  223.     Font.Style = [fsBold]
  224.     ParentFont = False
  225.   end
  226.   object lblPrinter: TTntLabel
  227.     Left = 11
  228.     Top = 167
  229.     Width = 160
  230.     Height = 13
  231.     Alignment = taRightJustify
  232.     AutoSize = False
  233.     Caption = 'Printer'
  234.   end
  235.   object lblPrinterResult: TTntLabel
  236.     Left = 175
  237.     Top = 167
  238.     Width = 160
  239.     Height = 13
  240.     AutoSize = False
  241.     Caption = '-'
  242.     Font.Charset = DEFAULT_CHARSET
  243.     Font.Color = clWindowText
  244.     Font.Height = -11
  245.     Font.Name = 'Tahoma'
  246.     Font.Style = [fsBold]
  247.     ParentFont = False
  248.   end
  249.   object lblScript: TTntLabel
  250.     Left = 11
  251.     Top = 183
  252.     Width = 160
  253.     Height = 13
  254.     Alignment = taRightJustify
  255.     AutoSize = False
  256.     Caption = 'Script'
  257.   end
  258.   object lblScriptResult: TTntLabel
  259.     Left = 175
  260.     Top = 183
  261.     Width = 160
  262.     Height = 13
  263.     AutoSize = False
  264.     Caption = '-'
  265.     Font.Charset = DEFAULT_CHARSET
  266.     Font.Color = clWindowText
  267.     Font.Height = -11
  268.     Font.Name = 'Tahoma'
  269.     Font.Style = [fsBold]
  270.     ParentFont = False
  271.   end
  272.   object btnLog: TTntSpeedButton
  273.     Left = 8
  274.     Top = 295
  275.     Width = 328
  276.     Height = 14
  277.     Hint = 'Log'
  278.     Margins.Left = 1
  279.     Margins.Top = 1
  280.     Margins.Right = 1
  281.     Margins.Bottom = 1
  282.     BiDiMode = bdLeftToRight
  283.     Caption = '+'
  284.     Font.Charset = DEFAULT_CHARSET
  285.     Font.Color = clWindowText
  286.     Font.Height = -8
  287.     Font.Name = 'Tahoma'
  288.     Font.Style = [fsBold]
  289.     ParentFont = False
  290.     ParentShowHint = False
  291.     ParentBiDiMode = False
  292.     ShowHint = True
  293.     Spacing = 0
  294.     OnClick = btnLogClick
  295.   end
  296.   object lblNetDrive: TTntLabel
  297.     Left = 11
  298.     Top = 199
  299.     Width = 160
  300.     Height = 13
  301.     Alignment = taRightJustify
  302.     AutoSize = False
  303.     Caption = 'Net Drives'
  304.   end
  305.   object lblNetDriveResult: TTntLabel
  306.     Left = 175
  307.     Top = 199
  308.     Width = 160
  309.     Height = 13
  310.     AutoSize = False
  311.     Caption = '-'
  312.     Font.Charset = DEFAULT_CHARSET
  313.     Font.Color = clWindowText
  314.     Font.Height = -11
  315.     Font.Name = 'Tahoma'
  316.     Font.Style = [fsBold]
  317.     ParentFont = False
  318.   end
  319.   object lblHosts: TTntLabel
  320.     Left = 11
  321.     Top = 215
  322.     Width = 160
  323.     Height = 13
  324.     Alignment = taRightJustify
  325.     AutoSize = False
  326.     Caption = 'Hosts'
  327.   end
  328.   object lblHostsResult: TTntLabel
  329.     Left = 175
  330.     Top = 215
  331.     Width = 160
  332.     Height = 13
  333.     AutoSize = False
  334.     Caption = '-'
  335.     Font.Charset = DEFAULT_CHARSET
  336.     Font.Color = clWindowText
  337.     Font.Height = -11
  338.     Font.Name = 'Tahoma'
  339.     Font.Style = [fsBold]
  340.     ParentFont = False
  341.   end
  342.   object lblEmail: TTntLabel
  343.     Left = 11
  344.     Top = 231
  345.     Width = 160
  346.     Height = 13
  347.     Alignment = taRightJustify
  348.     AutoSize = False
  349.     Caption = 'SMTP'
  350.   end
  351.   object lblEmailResult: TTntLabel
  352.     Left = 175
  353.     Top = 231
  354.     Width = 160
  355.     Height = 13
  356.     AutoSize = False
  357.     Caption = '-'
  358.     Font.Charset = DEFAULT_CHARSET
  359.     Font.Color = clWindowText
  360.     Font.Height = -11
  361.     Font.Name = 'Tahoma'
  362.     Font.Style = [fsBold]
  363.     ParentFont = False
  364.   end
  365.   object lblAdapterResult: TTntLabel
  366.     Left = 175
  367.     Top = 104
  368.     Width = 160
  369.     Height = 13
  370.     AutoSize = False
  371.     Caption = '-'
  372.     Font.Charset = DEFAULT_CHARSET
  373.     Font.Color = clWindowText
  374.     Font.Height = -11
  375.     Font.Name = 'Tahoma'
  376.     Font.Style = [fsBold]
  377.     ParentFont = False
  378.   end
  379.   object lblAdaper: TTntLabel
  380.     Left = 11
  381.     Top = 104
  382.     Width = 160
  383.     Height = 13
  384.     Alignment = taRightJustify
  385.     AutoSize = False
  386.     Caption = 'Adapter'
  387.   end
  388.   object btnClose: TTntButton
  389.     Left = 134
  390.     Top = 266
  391.     Width = 79
  392.     Height = 19
  393.     Caption = 'Cancel'
  394.     TabOrder = 0
  395.     OnClick = btnCloseClick
  396.   end
  397.   object Log: TTntMemo
  398.     Left = 8
  399.     Top = 311
  400.     Width = 328
  401.     Height = 248
  402.     ScrollBars = ssVertical
  403.     TabOrder = 1
  404.     Visible = False
  405.   end
  406. end
  407.